.. _`Load Image`: .. _`syip.loadimage`: Load Image `````````` .. image:: image_load.svg :width: 48 Loads an image from a datasource Documentation ::::::::::::: Loads an image from a file or URL given by a datasource. Definition :::::::::: Input ports ........... **source** | Type: datasource | Description: Source of image data. Must be a file on disk Output ports ............ **image** | Type: image | Description: Output image Configuration ............. **As greyscale** (as_greyscale) Transforms image to greyscale if not already such Examples ........ The node can be found in: * :download:`Match_features.syx ` Implementation .............. .. automodule:: node_loadimage :noindex: .. class:: LoadImage :noindex: